Platform Explorer / Nuxeo Platform 2023.10

Extension point factory

Documentation

This service provides extension points for ContentFactory registering.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.content.template.service.ContentFactoryDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-content-template-manager-2023.10.13.jar /OSGI-INF/content-template-contrib.xml
    <extension point="factory" target="org.nuxeo.ecm.platform.content.template.service.ContentTemplateService">
    
        <contentFactory class="org.nuxeo.ecm.platform.content.template.factories.SimpleTemplateBasedFactory" name="SimpleTemplateFactory"/>
    
        <contentFactory class="org.nuxeo.ecm.platform.content.template.factories.SimpleTemplateBasedRootFactory" name="SimpleTemplateRootFactory"/>
    
        <contentFactory class="org.nuxeo.ecm.platform.content.template.factories.ImportBasedFactory" name="ImportFactory"/>
      </extension>